home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / KlingonBGApp.sit / Klingon BG App / Source / init.c < prev    next >
Text File  |  1997-06-28  |  660b  |  32 lines

  1. // Source code for Klingon Clock.   Copyright (C) 1996-1997
  2. // Charles H. Hemstreet IV
  3. //
  4. // Started at MacHack 1996
  5. // Completed at MacHack 1997
  6. //
  7. // Best thanks to:
  8. // My wife Regie, son Chad and baby
  9. // Other thanks to Elden Wood and Bob Clark
  10. //
  11. // This code is distributed "as-is" and implies no warranty or guarantee.
  12.  
  13.  
  14. #ifndef __INIT__
  15. #include "init.h"
  16. #endif
  17.  
  18.  
  19. void Initialize(void)
  20. {
  21.     /* Initialize all the needed managers. */
  22.     InitGraf(&qd.thePort);
  23.  
  24.     // Bob, since you took out all the code below this
  25.     // line, I had to fill this routine with something.
  26.     // This comments for you!  
  27.     
  28.     // Another Mountain Dew to smooth out the Jolt please!    
  29. }
  30.  
  31.  
  32.